home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / binutils / ranlib.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1991-10-07  |  90 b   |  4 lines

  1. #!/bin/sh
  2. # A simple ranlib script, to use less disk space than a ranlib program.
  3. ar s $1
  4.